Uses of Class
org.eclipse.vtp.framework.util.SingletonTracker

Packages that use SingletonTracker
org.eclipse.vtp.framework.engine.osgi   
org.eclipse.vtp.framework.util   
 

Uses of SingletonTracker in org.eclipse.vtp.framework.engine.osgi
 

Subclasses of SingletonTracker in org.eclipse.vtp.framework.engine.osgi
 class HttpConnectorManager
          Maintains an instance of HttpConnector linked to the currently registered instance of IProcessEngine and the most desireable instance of HttpService.
 class ProcessEngineManager
          Maintains a registered instance of IProcessEngine and an instance of HttpConnectorManager linked to the most desireable instance of IExtensionRegistry.
 

Uses of SingletonTracker in org.eclipse.vtp.framework.util
 

Subclasses of SingletonTracker in org.eclipse.vtp.framework.util
 class LogTracker
          A class that forwards to the most desirable log service when one is available.